home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / cdrom.zip / CDROM.TXT < prev   
Text File  |  1991-03-29  |  10KB  |  200 lines

  1. TECHNICAL BULLETIN 3/25/91 jcr
  2. CD-ROM Applications 
  3.  
  4.  
  5. The purpose of this bulletin is to provide some assistance in
  6. installing and implementing various CD-ROM devices with Artisoft's
  7. LANtastic Network Operating System.  The discs must be compatible
  8. with Microsoft's CD-ROM extensions (MSCDEX) and must meet the
  9. format standards set by the High Sierra Group (HSG) and the
  10. International Standards Organization (ISO 9660).  While many CD-ROM
  11. products are compatible with LANtastic, some may require additional
  12. steps so that the disc information can be shared across the
  13. network. Those steps have been outlined below.
  14.  
  15. Unlike conventional hard and floppy disks, CD ROM discs are read
  16. only, and have the capability of storing up to 660Mb of data. There
  17. is no File Allocations Table (FAT) as there is on a normal MS-DOS
  18. system, and there is no need to dynamically track disc space for
  19. allocating data. CD-ROM drives cannot be accessed through the MS
  20. DOS Interrupt 25h/ 26h (read/write disk sector), and since they are
  21. not in MS-DOS file format, they cannot be looked at by the
  22. operating system at a physical level. This is why CHKDSK, FORMAT
  23. and other MS-DOS utilities will not work on CD-ROMs.
  24.  
  25. Microsoft's CD-ROM Extensions (MSCDEX) 
  26. MSCDEX provides a standard which allows a user to configure any CD
  27. ROM drive on any MS-DOS compatible PC and to use any CD-ROM discs
  28. that follow the HSG format.  The HSG format was developed to
  29. provide a standard logical disc format and provides two levels of
  30. definitions: the first level deals with the volume as a whole, the
  31. second with the actual files and directories that make up a
  32. volume's information base.  MSCDEX is a memory resident program
  33. which is installed on top of MS-DOS and handles the interfacing of
  34. CD-ROM device drivers to MS DOS itself. The MSCDEX are usually
  35. available directly from the CD-ROM drive manufacturer.  
  36.  
  37. MSCDEX designates a logical drive letter to its device drivers. 
  38. Whenever MS-DOS receives a CD-ROM drive request, it forwards the
  39. request to the MSCDEX at a virtual file level. MSCDEX converts
  40. these virtual file level requests into physical sector requests
  41. that can be understood by the CD-ROM device driver. 
  42.  
  43. Installing MSCDEX on a LANtastic Server
  44. A CD-ROM resource must first be established on the PC physically
  45. connected to the CD-ROM drive. This PC should be configured as a
  46. LANtastic server so that it can share the CD-ROM drive on the
  47. network.  
  48.  
  49. Follow the instructions provided by the CD-ROM drive manufacturer
  50. or by the instructions included with the MSCDEX program. In most
  51. cases, the MSCDEX installation program defaults will be sufficient
  52. for your system.  To install the MSCDEX, insert the floppy program
  53. disk and run the installation program as outlined in your CD-ROM
  54. documentation.  The program should prompt for the CD-ROM drive
  55. designation (should be logical), the type of CD-ROM drive being
  56. installed and the type of PC the drive is being installed on. The
  57. program should then modify your CONFIG.SYS file to include the
  58. device driver and any necessary switch settings (for example,
  59. DEVICE=[name of driver file] [optional switch settings]). The
  60. AUTOEXEC.BAT file should then be modified to include the MSCDEX.EXE
  61. program and any necessary switches.  The PC must then be rebooted
  62. for the changes to take effect.
  63.  
  64. For example, we installed the MSCDEX 2.1 on a 286 PC with an Amdek
  65. Laserdrive-1 and selected drive D: to be our logical CD-ROM drive
  66. designation. The modifications in each file were as follows.
  67.  
  68. CONFIG.SYS
  69.    DEVICE=HITACHIA.SYS /U:1 /P:300 /D:MDIHSDVR.
  70.     This command loads the Hitachi driver, tells the system only
  71.     one CD-ROM drive is installed (/U:1), Sets the port address to
  72.     300 (default /P:300) and sets the name of the device driver
  73.     (/D:MDIHSDVR, default).
  74.   
  75. AUTOEXEC.BAT
  76.    MSCDEX /D:MDIHSDVR.
  77.     This command loads the MSCDEX.EXE program and sets the driver
  78.     name (/D:MDIHSDVR). The MSCDEX should be loaded AFTER the
  79.     network REDIR software, and BEFORE the network SERVER software.
  80.  
  81. Once a resource has been established, any requests to the CD-ROM
  82. device are directed to the MSCDEX, which reside only on the
  83. LANtastic server connected to the CD-ROM drive. MSCDEX then
  84. processes the request.
  85.  
  86.  
  87. Creating a CD-ROM Resource on the Server
  88. To share the CD-ROM device across LANtastic, a resource must first
  89. be established for the CD-ROM drive.  Once again, this must be done
  90. only on the network server which is connected to the CD-ROM drive.
  91.  
  92. 1. Make sure the CD-ROM device has been properly installed and is
  93.    up and running locally. The CD-ROM drive should be accessible
  94.    as a logical drive; the drive letter is assigned during the
  95.    MSCDEX installation. This machine will be referred to as the 
  96.    CD-ROM server.
  97. 2. Once setup, a resource must be created for the CD-ROM drive on
  98.    the CD-ROM server so that it can be shared across the network. 
  99.    To do this, run the NET_MGR program and select the Shared
  100.    Resources Management option from the menu.
  101. 3. At the Resource List, press the INSERT key to create a new
  102.    resource.  Enter a resource name (ie CD-ROM), and the physical
  103.    path. This is the drive letter which has been assigned to the
  104.    CD-ROM drive by MSCDEX during installation.
  105. 4. From the Resource List, select the newly created CD-ROM
  106.    resource.
  107. 5. In the Detailed Information Screen, change the CD-ROM Drive:
  108.    default of NO to YES.
  109. 6. Once satisfied with the resource, press the ESC key to exit back
  110.    to DOS.
  111.  
  112. After the resource has been properly configured, each user may log
  113. into the server and share that resource.
  114.  
  115. Sharing the CD-ROM Drive
  116. 1.  Log into the CD-ROM server and share the CD-ROM resource. 
  117.     i.e.:
  118.     net login \\server username password  {Where server is the name
  119.     of the CD-ROM network server, and an account for username with
  120.     password (if applicable) has been configured on the server}
  121.     net use f: \\server\CD-ROM {CD-ROM is the resource which has
  122.     been created on the server.}
  123. 2.  Information on the disc in the CD-ROM drive should now be
  124.     accessible from the newly redirected drive.
  125.  
  126. CD-ROM Applications
  127. Once the CD-ROM drive has been installed and shared across the
  128. network, additional steps may be necessary to share the information
  129. on the CD.  Many applications provide retrieval software - software
  130. which is loaded either on the server only, or on each workstation,
  131. to retrieve information from the CD. Follow the manufacturer's
  132. instructions to install and setup the retrieval software.  If the
  133. documentation mentions installing on a network, follow those
  134. instructions for LANtastic when available, or Microsoft's MS-NET. 
  135.  
  136. Problems
  137. Although many CD-ROM applications work with LANtastic, some include
  138. retrieval software which requires the extensions (MSCDEX) to be
  139. loaded at each workstation. When loading this software, an error
  140. will occur indicating that the MSCDEX are required on each
  141. workstation. The options are as follows:
  142.  
  143. MXSUB
  144. The first option involves loading the actual MSCDEX on the CD-ROM
  145. server, and loading a substitute MSCDEX on each workstation.  This
  146. program, MXSUB, is available on our BBS.  If you have not already
  147. done so, please contact our technical support department and
  148. register for BBS services.  
  149.  
  150. In many cases the retrieval software may look at MSCDEX to find the
  151. actual number of CDs available and their associated drive
  152. designations, and would require MSCDEX to be loaded on each
  153. workstation.  MXSUB sets these values when loaded and services the
  154. requests made by the retrieval software.  MXSUB requires
  155. approximately 5K of RAM.
  156.  
  157. Meridian Data CD Net*  
  158. A second option is to use the CD Net tower from Meridian Data. This
  159. device can be attached to the network and requires special software
  160. to be loaded on each workstation accessing the device. This tower
  161. can support up to 14 CD-ROM drives. To install and configure the CD
  162. Net Tower, please follow instructions as provided by Meridian Data.
  163. A detailed bulletin is also available through Artisoft. If you are
  164. able to call in from a fax system, you may download that bulletin
  165. by contacting the Artisoft Facsimile System at (602) 293-1397.
  166. *Meridian Data, Inc., 5615 Scotts Valley Drive, Scotts Valley, CA
  167. 95066, (408) 438-3100
  168.  
  169. Summary
  170. If a problem arises which cannot be resolved through this bulletin,
  171. please contact our technical support department at (602) 293-6363. 
  172. Any questions or suggestions on this bulletin may be mailed to our
  173. offices to the attention of the Compatibility Department / CD-ROM
  174. Support.
  175.  
  176. Compatible Products
  177. The following products are currently on our compatibility list.
  178. Although they have been tested in a network environment, please
  179. contact the product vendor for licensing and network terms.
  180. Bookshelf 1.0, Microsoft Corp.         
  181. CD Net, Meridian Data, Inc.
  182. Computer Library, Ziff Davis Publishing      
  183. Econ/Stats I pub 1988, Hopkins Technology
  184. Fast Track, Nynex Information Resources      
  185. LawDisc, National Legal Databases         
  186. News Digest, Facts on File, Inc.         
  187. Source Disc 1.3D Diversified Data Resource      
  188. Wilson's Reader and Science, HW Wilson      
  189.  
  190. Incompatible:
  191. The following work on a local machine only:
  192. -Books in Print Dec/Jan 90, R.R. Bowker 
  193. -Oxford English Dictionary, Tri-Star Publications
  194. -Science Citation Index, ISI   
  195.  
  196. ARTISOFT, Inc. makes no warranties as to the completeness or
  197. accuracy of this document. LANtastic is a trademark of ARTISOFT,
  198. Inc.  Brand names and product names are trademarks or registered
  199. trademarks of their respective companies.  
  200.